Table of Contents

AppendLine Method

AppendLine(Object?, ReadOnlySpan<char>, IFormatProvider?)

public void AppendLine(UnityEngine.Object? val, ReadOnlySpan<char> format = default, IFormatProvider? provider = null)

Parameters

val UnityEngine.Object?
format ReadOnlySpan<char>
provider IFormatProvider

AppendLine(char, int)

public void AppendLine(char val, int repeat)

Parameters

val char
repeat int

AppendLine(char)

public void AppendLine(char val)

Parameters

val char

AppendLine(bool)

public void AppendLine(bool val)

Parameters

val bool

AppendLine(string?)

public void AppendLine(string? val)

Parameters

val string

AppendLine(ReadOnlySpan<char>)

public void AppendLine(ReadOnlySpan<char> val)

Parameters

val ReadOnlySpan<char>

AppendLine(sbyte)

public void AppendLine(sbyte val)

Parameters

val sbyte

AppendLine(byte)

public void AppendLine(byte val)

Parameters

val byte

AppendLine(short)

public void AppendLine(short val)

Parameters

val short

AppendLine(ushort)

public void AppendLine(ushort val)

Parameters

val ushort

AppendLine(int)

public void AppendLine(int val)

Parameters

val int

AppendLine(uint)

public void AppendLine(uint val)

Parameters

val uint

AppendLine(long)

public void AppendLine(long val)

Parameters

val long

AppendLine(ulong)

public void AppendLine(ulong val)

Parameters

val ulong

AppendLine(float)

public void AppendLine(float val)

Parameters

val float

AppendLine(double)

public void AppendLine(double val)

Parameters

val double

AppendLine(decimal)

public void AppendLine(decimal val)

Parameters

val decimal

AppendLine<T>(T, ReadOnlySpan<char>, IFormatProvider?)

public void AppendLine<T>(T val, ReadOnlySpan<char> format = default, IFormatProvider? provider = null)

Parameters

val T
format ReadOnlySpan<char>
provider IFormatProvider

Type Parameters

T