RemotePartyIDHelperGetScreenValue Method (Boolean, Boolean) |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public 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:
StringSee Also