Invariants.IDString method

namespace: Serenity   assemblySerenity.Net.Core

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