TextFormatCombine Method
Combines two text formatting values.
Namespace: Ookii.CommandLine.TerminalAssembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 4.0.0+bb7ed9a8fdfd1cb21824750a8cf508863ad15086
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.