public static Guid GetObjectGuidFromInt(
int value
)
Public Shared Function GetObjectGuidFromInt (
value As Integer
) As Guid
public:
static Guid GetObjectGuidFromInt(
int value
)
static member GetObjectGuidFromInt :
value : int -> Guid