Search Results for

    Show / Hide Table of Contents

    Class OTZStringExtensions

    改行コードの拡張機能を提供します。

    Inheritance
    System.Object
    OTZStringExtensions
    名前空間: OTZControls.Utilities
    アセンブリ: OTZControls.dll
    Syntax
    public static class OTZStringExtensions

    メソッド

    IsNullOrEmpty(String)

    指定された文字列が null または空の文字列 ("") であるかどうかを示します。

    宣言
    public static bool IsNullOrEmpty(this string value)
    パラメーター
    型 名前 説明
    System.String value

    テストする文字列。

    戻り値
    型 説明
    System.Boolean
    In This Article
    Back to top Generated by DocFX