HttpServerUtilityWrapper.UrlTokenEncode(Byte[]) メソッド

定義

base64 桁を使用してバイト配列を等価の文字列形式にエンコードします。これにより、URL での転送に使用できます。

public:
 override System::String ^ UrlTokenEncode(cli::array <System::Byte> ^ input);
public override string UrlTokenEncode(byte[] input);
override this.UrlTokenEncode : byte[] -> string
Public Overrides Function UrlTokenEncode (input As Byte()) As String

パラメーター

input
Byte[]

エンコードするバイト配列。

返品

inputの長さが 1 より大きい場合はエンコードされた配列を含む文字列。それ以外の場合は空の文字列 ("")。

例外

input パラメーターの値はnull

適用対象