Method IsString
IsString(object?)
Gets whether the specified object is string.
public static bool IsString(object? s)
Parameters
s
objectObject to test.
Gets whether the specified object is string.
public static bool IsString(object? s)
s
objectObject to test.