Aracılığıyla paylaş


DictType.Stringright Method

Definition

Indicates whether the string is right-justified for an extended data type that is based on the string data type.

public:
 virtual bool Stringright();
public virtual bool Stringright ();
abstract member Stringright : unit -> bool
override this.Stringright : unit -> bool
Public Overridable Function Stringright () As Boolean

Returns

true if the string is right-justified; otherwise, false.

Remarks

The return value corresponds to the Adjustment property for the extended data type in the AOT.

Applies to