Table of Contents

Method IsString

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

IsString(object?)

Gets whether the specified object is string.

public static bool IsString(object? s)

Parameters

s object

Object to test.

Returns

bool