次の方法で共有


Redactor.GetRedactedLength メソッド

定義

オーバーロード

GetRedactedLength(ReadOnlySpan<Char>)

入力を編集することによって生成される文字数を取得します。

GetRedactedLength(String)

入力を編集することによって生成される文字数を取得します。

GetRedactedLength(ReadOnlySpan<Char>)

ソース:
Redactor.cs
ソース:
Redactor.cs

入力を編集することによって生成される文字数を取得します。

public:
 abstract int GetRedactedLength(ReadOnlySpan<char> input);
public abstract int GetRedactedLength (ReadOnlySpan<char> input);
abstract member GetRedactedLength : ReadOnlySpan<char> -> int
Public MustOverride Function GetRedactedLength (input As ReadOnlySpan(Of Char)) As Integer

パラメーター

input
ReadOnlySpan<Char>

編集する値。

戻り値

入力を編集することによって生成される文字数。

適用対象

GetRedactedLength(String)

ソース:
Redactor.cs
ソース:
Redactor.cs

入力を編集することによって生成される文字数を取得します。

public:
 int GetRedactedLength(System::String ^ input);
public int GetRedactedLength (string? input);
member this.GetRedactedLength : string -> int
Public Function GetRedactedLength (input As String) As Integer

パラメーター

input
String

編集する値。

戻り値

最小バッファー サイズ。

適用対象