| IGamePropertyParse Method |
Parses the specified string and updates the
Value.
Namespace: DigitalRune.GameAssembly: DigitalRune.Game (in DigitalRune.Game.dll) Version: 1.4.0.0 (1.4.0.14427)
Syntax void Parse(
string value
)
Sub Parse (
value As String
)
void Parse(
String^ value
)
abstract Parse :
value : string -> unit
Parameters
- value
- Type: SystemString
The value.
See Also