ParserHelper.IsJson 方法
Checks if content is possibly a JSON.
命名空间: Microsoft.WindowsAzure.Common.Internals
程序集: Microsoft.WindowsAzure.Common(在 Microsoft.WindowsAzure.Common.dll 中)
使用
用法
Dim content As String
Dim validate As Boolean
Dim returnValue As Boolean
returnValue = ParserHelper.IsJson(content, validate)
语法
声明
Public Shared Function IsJson ( _
content As String, _
<OptionalAttribute> Optional validate As Boolean = False _
) As Boolean
public static bool IsJson (
string content,
[OptionalAttribute] bool validate
)
public:
static bool IsJson (
String^ content,
[OptionalAttribute] bool validate
)
public static boolean IsJson (
String content,
/** @attribute OptionalAttribute() */ boolean validate
)
public static function IsJson (
content : String,
validate : boolean
) : boolean
参数
- content
String to check.
- validate
If set to true will validate entire JSON for validity otherwise will just check the first character.
返回值
True is content is possibly an JSON otherwise false.
线程安全
此类型的所有公开静态(在 Visual Basic 中为共享)成员均为线程安全型成员。但不保证所有实例成员都是线程安全的。
平台
开发平台
Windows Vista、Windows 7 和 Windows Server 2008
目标平台
另请参阅
参考
ParserHelper 类
ParserHelper 成员
Microsoft.WindowsAzure.Common.Internals 命名空间