Parse the input using the strategy provided in the constructor after checking the input for errors
Namespace:
Kratos_3.Network
Assembly:
Kratos_3 (in Kratos_3.dll) Version: 3.6.2.0 (3.6.2.0)
Syntaxpublic void Parse(
string input
)
Public Sub Parse (
input As String
)
public:
void Parse(
String^ input
)
member Parse :
input : string -> unit
Parameters
- input
- Type: SystemString
See Also