| IAddressSettingsManagerApplyFormatToValue Method |
[This is preliminary documentation and is subject to change.]
Applies formating to a string
Namespace: Netadmin.Management.AddressAssembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntaxstring ApplyFormatToValue(
string text,
AddressPropertyFormattingEnum formattingEnum
)
Function ApplyFormatToValue (
text As String,
formattingEnum As AddressPropertyFormattingEnum
) As String
Parameters
- text
- Type: SystemString
The text to format - formattingEnum
- Type: Netadmin.Management.AddressAddressPropertyFormattingEnum
The type of format
Return Value
Type:
StringThe formated string
See Also