ServerLogWriterWriteLine Method (Decimal) |
Writes the text representation of a decimal value followed by a line terminator to the text string or stream.
Namespace: SampSharp.GameModeAssembly: SampSharp.GameMode (in SampSharp.GameMode.dll) Version: 0.7.6221.37952
Syntaxpublic override void WriteLine(
decimal value
)
Public Overrides Sub WriteLine (
value As Decimal
)
Parameters
- value
- Type: SystemDecimal
The decimal value to write.
See Also