Click or drag to resize

NamespaceRemovePrefix Method

Remove any prefix from the input string (delimited by a '.' or a '+').

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public static string RemovePrefix(
	ref string input
)

Parameters

input
Type: SystemString
The input string - with prefix removed on output (empty string if no prefix existed).

Return Value

Type: String
The prefix if any, otherwise the input string.
See Also