Click or drag to resize
ISourceReaderSubstring Method
Creates a string from a position

Namespace: FlexRule.DSL.Tokenizer
Assembly: FlexRule.Core.Library (in FlexRule.Core.Library.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
string Substring(
	int lastPos
)

Parameters

lastPos
Type: SystemInt32

Return Value

Type: String
See Also