'宣言 Public Overloads Shared Function TryParse( _ ByVal s As System.String, _ ByRef unit As Unit _ ) As System.Boolean
パラメータ
- s
- The string to parse.
- unit
- OUT: Unit structure.
戻り値の型
True if the conversion was successfull, false otherwise.
'宣言 Public Overloads Shared Function TryParse( _ ByVal s As System.String, _ ByRef unit As Unit _ ) As System.Boolean