@w5s/coreInterfacesAsStringOn this pageAsString <T>HierarchyAsStringModuleIndex FormattingasStringFormatting asStringasString(this: void, self: T): stringConverts the given value to a String.@exampleNumber.asString(123); // '123'
Converts the given value to a String.