is_ansi property

FieldSymbol.is_ansi property

Gets or sets whether the character code is interpreted as the value of an ANSI character.

@property
def is_ansi(self) -> bool:
    ...

@is_ansi.setter
def is_ansi(self, value: bool):
    ...

See Also