数値の String 形式をそれと等価な 8 ビット符号なし整数に変換します。
Public Shared Function Parse( _
ByVal s As String _) As SqlByte
[C#]
public static SqlByte Parse(strings);
[C++]
public: static SqlByte Parse(String* s);
[JScript]
public static function Parse(
s : String) : SqlByte;
パラメータ
- s
解析対象の文字列。
戻り値
String パラメータで表された 8 ビットの数値を格納している SqlByte 構造体。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ, .NET Compact Framework - Windows CE .NET