Click or drag to resize
StringHelperTo16DigitGuid Method (Guid)
以一个Guid为因子生成一个16位格式的字符串

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

Parameters

g
Type: SystemGuid

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

Return Value

Type: String

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

See Also