[This is preliminary documentation and is subject to change.]
Converts the user name in proper format
Namespace:
OfficeClip.UtilsAssembly: OfficeClip.Utils (in OfficeClip.Utils)
Version: 8.1.1.0
Syntax
| C# |
|---|
public static string[] ParseFullName( string name, SortByName mode ) |
| Visual Basic (Declaration) |
|---|
Public Shared Function ParseFullName ( _ name As String, _ mode As SortByName _ ) As String() |
| Visual C++ |
|---|
public: static array<String^>^ ParseFullName( String^ name, SortByName mode ) |
Parameters
- name
- Type: System..::.String
The name of the user
- mode
- Type: OfficeClip.Utils..::.SortByName
Determines the format of the output
