Click or drag to resize
IAddressSettingsManagerApplyFormatToValue Method

[This is preliminary documentation and is subject to change.]

Applies formating to a string

Namespace: Netadmin.Management.Address
Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
string ApplyFormatToValue(
	string text,
	AddressPropertyFormattingEnum formattingEnum
)

Parameters

text
Type: SystemString
The text to format
formattingEnum
Type: Netadmin.Management.AddressAddressPropertyFormattingEnum
The type of format

Return Value

Type: String
The formated string
See Also