UserToolsUserAdhocCheckCheckFormat Method |
Namespace: SxcDeskAppLibAssembly: RxAudit (in RxAudit.exe) Version: 2014.1.30.9 (2014.01.30.9)
Syntaxprivate bool CheckFormat(
string val,
string type
)
Private Function CheckFormat (
val As String,
type As String
) As Boolean
private:
bool CheckFormat(
String^ val,
String^ type
)
private member CheckFormat :
val : string *
type : string -> bool
Parameters
- val
- Type: SystemString
- type
- Type: SystemString
Return Value
Type:
Boolean
See Also