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