Parses the specified glyph index value.

Namespace: FirstFloor.Documents
Assembly: FirstFloor.Documents (in FirstFloor.Documents.dll) Version: 2.5.0.0 (2.5.1.0)

Syntax

C#
public static GlyphIndexPoint ParseIndex(
	string value
)
Visual Basic
Public Shared Function ParseIndex ( _
	value As String _
) As GlyphIndexPoint
Visual C++
public:
static GlyphIndexPoint ParseIndex(
	String^ value
)

Parameters

value
Type: System..::..String
The value.

Return Value

The parsed GlyphIndexPoint.

See Also