Id64.fromJSON Function

Create an Id64String from its JSON representation.

fromJSON(prop?: string): Id64String

note if the input is undefined, the result is "0", indicating an invalid Id.

note if the input is not undefined, the result is the same as that of Id64.fromString.

Parameter Type Description
prop string The JSON representation of an Id.

Returns - A well-formed Id string.

Defined in

Last Updated: 23 April, 2020