C# 클래스 Monobjc.Foundation.UUID

파일 보기 프로젝트 열기: Monobjc/monobjc 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
a uint
b ushort
c ushort
d byte

공개 메소드들

메소드 설명
StringValue ( UUID value ) : NSString
ToGuid ( UUID value ) : System.Guid
ToString ( ) : String

Returns the a string representation of this instance.

메소드 상세

StringValue() 공개 정적인 메소드

public static StringValue ( UUID value ) : NSString
value UUID
리턴 NSString

ToGuid() 공개 정적인 메소드

public static ToGuid ( UUID value ) : System.Guid
value UUID
리턴 System.Guid

ToString() 공개 메소드

Returns the a string representation of this instance.
public ToString ( ) : String
리턴 String

프로퍼티 상세

a 공개적으로 프로퍼티

Specifies the first 8 hexadecimal digits of the UUID.

public uint a
리턴 uint

b 공개적으로 프로퍼티

Specifies the first group of 4 hexadecimal digits of the UUID.

public ushort b
리턴 ushort

c 공개적으로 프로퍼티

Specifies the second group of 4 hexadecimal digits of the UUID.

public ushort c
리턴 ushort

d 공개적으로 프로퍼티

Array of eight elements. The first two elements contain the third group of 4 hexadecimal digits of the UUID. The remaining six elements contain the final 12 hexadecimal digits of the UUID.

public byte d
리턴 byte