asp.net.ph

Skip Navigation LinksHome > Getting Started > ASP.NET Base Types > Parsing Strings

Parsing Strings

Getting Started   ASP.NET Base Types


The Parse method converts a string that represents a .NET Framework base type into an actual .NET Framework base type.

Because parsing is in effect the reverse operation of formatting ( converting a base type into a string representation ), many of the same rules and conventions apply. Just as formatting uses an object that implements the IFormatProvider interface to format the information into a string, parsing also uses an object that implements the IFormatProvider interface to determine how to interpret a string representation.

More ...
Back to top


© 2025 Reynald Nuñez and asp.net.ph. All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note