TextFormatCombine Method
Combines two text formatting values.
Namespace: Ookii.CommandLine.TerminalAssembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 4.1.0+9df03b6173b5fc9d44dc39638758964dd7a0f4c7
public TextFormat Combine(
TextFormat other
)
Public Function Combine (
other As TextFormat
) As TextFormat
Dim instance As TextFormat
Dim other As TextFormat
Dim returnValue As TextFormat
returnValue = instance.Combine(other)
public:
TextFormat Combine(
TextFormat other
)
- other TextFormat
- The TextFormat value to combine with this one.
TextFormatA
TextFormat instance that applies both the input format options.