Click or drag to resize

LiteralCharFromHexString Method

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
protected static char CharFromHexString(
	string text,
	int length,
	ref int index
)

Parameters

text
Type: SystemString
length
Type: SystemInt32
index
Type: SystemInt32

Return Value

Type: Char
See Also