Skip to content

Invariants.IDString method

Converts an ID value, to its string representation.

public static string IDString(this long? id)
parameter description
id ID value.

Return Value

If id has Int64 value, , otherwise its string representation

See Also