Public Shared Function ToGuid( _
ByVal s As String _) As Guid
[C#]
public static Guid ToGuid(strings);
[C++]
public: static Guid ToGuid(String* s);
[JScript]
public static function ToGuid(
s : String) : Guid;
パラメータ
- s
変換する文字列。
戻り値
文字列と等価の Guid。
必要条件
プラットフォーム: 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