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