Click or drag to resize
Akka.NETTokenizerTake Method (Int32)
Retrieves a string of the given length from the current position of the tokenizer.

Namespace:  Akka.Configuration.Hocon
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public string Take(
	int length
)

Parameters

length
Type: SystemInt32
The length of the string to return.

Return Value

Type: String
The string of the given length. If the length exceeds where the current index is located, then null is returned.
See Also