Click or drag to resize
Akka.NETTokenLiteralValue Method
Creates a string literal token with a given value.

Namespace:  Akka.Configuration.Hocon
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public static Token LiteralValue(
	string value
)

Parameters

value
Type: SystemString
The value to associate with this token.

Return Value

Type: Token
A string literal token with the given value.
See Also