This is a helper class with useful tools as static methods.

Namespace: BasicCard
Assembly: BasicCard (in BasicCard.dll) Version: 2.5.2.0 (2.5.2.0)

Syntax

C#
[CLSCompliantAttribute(true)]
public class Tools
Visual Basic
<CLSCompliantAttribute(true)>
Public Class Tools
Visual C++
[CLSCompliantAttribute(true)]
public ref class Tools
F#
[<CLSCompliantAttribute(true)>]
type Tools =  class end

Inheritance Hierarchy

System..::..Object
  BasicCard..::..Tools

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also