Guid extension
Overview
Location
- Reference: elements.jar
- Namespace: RemObjects.Elements.RTL
- Platforms: Cooper
- Mapped to: UUID
constructor (not nullable array of Byte)
constructor(aValue: not nullable array of Byte)
Guid extension(Byte[]! aValue)
init(_ aValue: Byte...)
Guid extension(Byte[] aValue)
Sub New(aValue As Byte())
Parameters:
- aValue:
constructor (not nullable String)
constructor(aValue: not nullable String)
Guid extension(String! aValue)
init(_ aValue: String)
Guid extension(String aValue)
Sub New(aValue As String)
Parameters:
- aValue:
Empty
class property Empty: not nullable Guid read;
class Guid! Empty { get; }
static var Empty: Guid { get{} }
class Guid Empty { __get; }
Shared ReadOnly Property Empty() As Guid
EmptyGuid
class property EmptyGuid: not nullable Guid read;
class Guid! EmptyGuid { get; }
static var EmptyGuid: Guid { get{} }
class Guid EmptyGuid { __get; }
Shared ReadOnly Property EmptyGuid() As Guid
NewGuid
class method NewGuid: Guid
static Guid NewGuid()
static func NewGuid() -> Guid
static Guid NewGuid()
Shared Function NewGuid() As Guid
PlatformGuid
property PlatformGuid: PlatformGuid read;
PlatformGuid PlatformGuid { get; }
var PlatformGuid: PlatformGuid { get{} }
PlatformGuid PlatformGuid { __get; }
ReadOnly Property PlatformGuid() As PlatformGuid
ToByteArray
method ToByteArray: array of Byte
Byte[] ToByteArray()
func ToByteArray() -> Byte...
Byte[] ToByteArray()
Function ToByteArray() As Byte()
ToString
method ToString: String
String ToString()
func ToString() -> String
String ToString()
Function ToString() As String
ToString (GuidFormat): String
method ToString(Format: GuidFormat): String
String ToString(GuidFormat Format)
func ToString(_ Format: GuidFormat) -> String
String ToString(GuidFormat Format)
Function ToString(Format As GuidFormat) As String
Parameters:
- Format:
TryParse
class method TryParse(aValue: String): Guid
static Guid TryParse(String aValue)
static func TryParse(_ aValue: String) -> Guid
static Guid TryParse(String aValue)
Shared Function TryParse(aValue As String) As Guid
Parameters:
- aValue:
PlatformGuid
property PlatformGuid: PlatformGuid read;
PlatformGuid PlatformGuid { get; }
var PlatformGuid: PlatformGuid { get{} }
PlatformGuid PlatformGuid { __get; }
ReadOnly Property PlatformGuid() As PlatformGuid
Empty
class property Empty: not nullable Guid read;
class Guid! Empty { get; }
static var Empty: Guid { get{} }
class Guid Empty { __get; }
Shared ReadOnly Property Empty() As Guid
EmptyGuid
class property EmptyGuid: not nullable Guid read;
class Guid! EmptyGuid { get; }
static var EmptyGuid: Guid { get{} }
class Guid EmptyGuid { __get; }
Shared ReadOnly Property EmptyGuid() As Guid
NewGuid
class method NewGuid: Guid
static Guid NewGuid()
static func NewGuid() -> Guid
static Guid NewGuid()
Shared Function NewGuid() As Guid
TryParse
class method TryParse(aValue: String): Guid
static Guid TryParse(String aValue)
static func TryParse(_ aValue: String) -> Guid
static Guid TryParse(String aValue)
Shared Function TryParse(aValue As String) As Guid
Parameters:
- aValue:
constructor (not nullable array of Byte)
constructor(aValue: not nullable array of Byte)
Guid extension(Byte[]! aValue)
init(_ aValue: Byte...)
Guid extension(Byte[] aValue)
Sub New(aValue As Byte())
Parameters:
- aValue:
constructor (not nullable String)
constructor(aValue: not nullable String)
Guid extension(String! aValue)
init(_ aValue: String)
Guid extension(String aValue)
Sub New(aValue As String)
Parameters:
- aValue:
ToByteArray
method ToByteArray: array of Byte
Byte[] ToByteArray()
func ToByteArray() -> Byte...
Byte[] ToByteArray()
Function ToByteArray() As Byte()
ToString
method ToString: String
String ToString()
func ToString() -> String
String ToString()
Function ToString() As String
ToString (GuidFormat): String
method ToString(Format: GuidFormat): String
String ToString(GuidFormat Format)
func ToString(_ Format: GuidFormat) -> String
String ToString(GuidFormat Format)
Function ToString(Format As GuidFormat) As String
Parameters:
- Format: