Convert a HtmID to its textual representation

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

Syntax

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

Parameters

hid
Type: System..::..Int64
64-bit HtmID

Return Value

The textual representation

See Also