'Declaration
Public Shared Function TypeNameToName( _ ByVal typeName As System.String, _ ByVal allowNPrefix As System.Boolean, _ ByVal allowNamespace As System.Boolean _ ) As System.String
'Usage
Dim typeName As System.String Dim allowNPrefix As System.Boolean Dim allowNamespace As System.Boolean Dim value As System.String value = WebExamplesUtilities.TypeNameToName(typeName, allowNPrefix, allowNamespace)
public static System.string TypeNameToName( System.string typeName, System.bool allowNPrefix, System.bool allowNamespace )
Parameters
- typeName
- allowNPrefix
- allowNamespace