ILNumerics - Technical Application Development
Assembly: ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
character in string
give one char from string
[ILNumerics Core Module]
Namespace: ILNumerics.Core.Misc
Assembly: ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax
Parameters
- element
- Type: SystemString
full string item - idx
- Type: SystemInt32
character position in string
Return Value
Type: Charcharacter in string
Exceptions
Exception | Condition |
---|---|
IndexOutOfRangeException | if idx is not within element ranges |
Remarks
[ILNumerics Core Module]
See Also