| ParserIntParse Method |
[This is preliminary documentation and is subject to change.]
Ints the parse. (I love GhostDoc lol)
Namespace:
Monkeyspeak
Assembly:
Monkeyspeak (in Monkeyspeak.dll) Version: 7.0.10.28723 (7.0.10.28723)
Syntax private int IntParse(
string value
)
Private Function IntParse (
value As String
) As Integer
private:
int IntParse(
String^ value
)
private member IntParse :
value : string -> int
Parameters
- value
- Type: SystemString
The value.
Return Value
Type:
Int32[Missing <returns> documentation for "M:Monkeyspeak.Parser.IntParse(System.String)"]
See Also