次の方法で共有


DictType.Stringlen Method

Definition

Provides the string length for an extended data type that is based on the string data type.

public:
 virtual int Stringlen();
public virtual int Stringlen ();
abstract member Stringlen : unit -> int
override this.Stringlen : unit -> int
Public Overridable Function Stringlen () As Integer

Returns

An integer that indicates the string length; 0 (zero) if an extended data type is not based on the string data type.

Applies to