स्ट्रिङहरूमा ASCII/ANSI रूपान्तरण

दिएका प्रकार्यहरूले स्ट्रिङहरूलाई र ASCII वा ANSI सङ्केतबाट रूपान्तरण गर्दछ ।

Asc Function (BASIC)

ASCII (सूचना साटासाटका लागि अमेरिकन मानक सङ्केत)को मान पहिलो क्यारेक्टरको स्ट्रिङ अभिव्यक्तिमा फर्काउँछ ।

Chr Function

त्यो निर्दिष्ट क्यारेक्टर सङ्केतलाई अनुरूप गर्ने क्यारेक्टर फर्काउँछ ।

Str Function

The Str function converts the contents of variables into a string. It handles numeric values, dates, strings and currency values.

Positive numbers are preceded by a blank space. Negative numbers are preceded by a minus sign.

note

For numeric values the string returned by the Str function is locale-independent. Hence the dot is used as the decimal separator when needed.


If a string is passed as argument, it is returned without any changes.

Dates are converted into locale-dependent strings.

Val Function

Use the Val function to convert a string that represents a number into numeric data type.

note

The string passed to the Val function is locale-independent. This means that commas are interpreted as thousands separators and a dot is used as the decimal separator.


CByte Function

Converts a string or a numeric expression to the Byte type.

कृपया हामीलाई समर्थन गर्नुहोस्!