Click or drag to resize
DigitalRuneGamePropertyTParse Method
Parses the specified string and updates the Value.

Namespace: DigitalRune.Game
Assembly: DigitalRune.Game (in DigitalRune.Game.dll) Version: 1.4.0.0 (1.4.0.14427)
Syntax
public void Parse(
	string value
)

Parameters

value
Type: SystemString
The value.

Implements

IGamePropertyParse(String)
See Also