RemotePartyIDHelperGetScreenValue Method (Boolean, Boolean) |
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntaxpublic static string GetScreenValue(
bool value,
bool insertDefault
)
Public Shared Function GetScreenValue (
value As Boolean,
insertDefault As Boolean
) As String
public:
static String^ GetScreenValue(
bool value,
bool insertDefault
)
static member GetScreenValue :
value : bool *
insertDefault : bool -> string
Parameters
- value
- Type: SystemBoolean
- insertDefault
- Type: SystemBoolean
Return Value
Type:
String
See Also