Click or drag to resize
StringHelperToGuid Method (Guid)
生成一个Guid格式字符串

Namespace: X3Platform.Util
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public static string ToGuid(
	Guid g
)

Parameters

g
Type: SystemGuid

[Missing <param name="g"/> documentation for "M:X3Platform.Util.StringHelper.ToGuid(System.Guid)"]

Return Value

Type: String

[Missing <returns> documentation for "M:X3Platform.Util.StringHelper.ToGuid(System.Guid)"]

See Also