Convert the trixel from text to 64 bit HID.

Namespace: Spherical.Htm
Assembly: SphericalHtm (in SphericalHtm.dll) Version: 1.0.0.0

Syntax

C#
public static long NameToHid(
	string sname
)
Visual C++
public:
static long long NameToHid(
	String^ sname
)
F#
static member NameToHid : 
        sname:string -> int64 

Parameters

sname
Type: System..::..String
The string with the text representation of the trixel.

Return Value

The 64 bit HID

See Also