Home
returns the compiled string w/o the header
Namespace:
nTools
Assembly:
nString (in nString.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| | | | | | | | |
| C# | | | Visual Basic | | | Visual C++ | |
Public Shared Function stripHeader ( _
compiledString As String _
) As String
public:
static String^ stripHeader(
String^ compiledString
)
Parameters
- compiledString
- String
the compiled string for a class instance
Return Value
the compiled string w/o header
See Also