GUID文字列の正規化

Namespace: FVIL.DS
Assembly: FVILforms (in FVILforms.dll) Version: 3.1.0.0 (3.1.0.9)

Syntax

C#
public static string GuidNormalize(
	string guid
)
Visual Basic
Public Shared Function GuidNormalize ( 
	guid As String
) As String

Parameters

guid
Type: System..::..String
GUID文字列

Return Value

Type: String
下記の書式に整形されたGUID文字列を返します。
(書式: {xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx})
英字は大文字に変換されます。

See Also