Set the truncation behavior. If set to true (the default) then do not exceed the requested length. If a number cannot be sensibly formatted, the truncation fill character may be inserted.
Namespace: nom.tam.util
Assembly: CSharpFITS_v1.1 (in CSharpFITS_v1.1.dll)
Syntax
Visual Basic (Declaration) |
---|
Public WriteOnly Property TruncateOnOverflow As Boolean |
C# |
---|
public bool TruncateOnOverflow { set; } |
C++ |
---|
public property bool TruncateOnOverflow sealed { void set(bool value); } |
J# |
---|
/** property */ public void set_TruncateOnOverflow(bool value); |
JScript |
---|
public function set TruncateOnOverflow(value : bool); |