ILNumerics Ultimate VS

ASCIIKeyMapperMap Method (String, Int32, Int32)

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Map char out of string with fallback

[ILNumerics Core Module]

Namespace:  ILNumerics.Core.Misc
Assembly:  ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax

public override int Map(
	string element,
	int position,
	int fallback
)

Parameters

element
Type: SystemString
full string item
position
Type: SystemInt32
position of character in string
fallback
Type: SystemInt32
fallback bucket number, if position is out of range

Return Value

Type: Int32
ASCII code for character specified, fallback on error
Remarks

[ILNumerics Core Module]

See Also

Reference