Convert the trixel from text to 64 bit HID The character array must be of size eMaxNameSize, and it is not necessary to have null termination. The number of siginificant characters in the trixel's name is given as a parameter.

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

Syntax

C#
public static long NameToHid(
	char[] name,
	int effectivelength
)
Visual C++
public:
static long long NameToHid(
	array<wchar_t>^ name, 
	int effectivelength
)
F#
static member NameToHid : 
        name:char[] * 
        effectivelength:int -> int64 

Parameters

name
Type: array<System..::..Char>[]()[][]
The character array with the text representation of the trixel.
effectivelength
Type: System..::..Int32
The number of significant characters in the array.

Return Value

The 64 bit HID

See Also