Function fromString

  • Create an instance of the GUID class from its string representation.

    In WWT, the input does not need to actually have the standard UUID4 format. You can actually pass this function any string you want! It had really better be globally unique, though, or you're going to run into problems.

    Parameters

    • id: string

    Returns Guid

Generated using TypeDoc