This class provides static methods for parsing and manipulating strings to provide
Excel compliant, or other cleaning methods to trim, check for alphanumeric, and numeric
data types within a string. These methods are in addition to most existing methods
already available on existing objects in the .NET Framework.
Namespace:
Abh.Core.Excel2k7.Utilities
Assembly:
Abh.Core.Excel2k7 (in Abh.Core.Excel2k7.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public class StringParsing |
| Visual Basic (Declaration) |
|---|
Public Class StringParsing |
| Visual C++ |
|---|
public ref class StringParsing |
Inheritance Hierarchy
See Also