Click or drag to resize

XLErrors.IsErrorString Method

Check if a string is an error string

Namespace: CalquantXL
Assembly: CalquantXL (in CalquantXL.dll) Version: 1.0.0+55f5c18b0f48f38168da96ab24b757d961f7632e
Syntax
C#
public static Object IsErrorString(
	string str
)

Parameters

str  String
String to be checked

Return Value

Object
TRUE if string is an error, FALSE otherwise
See Also