Print a string into a buffer.
- s
- The buffer to print the message into.
- message
- The message to print.
Returns the number of characters printed or the number of characters that would have been printed if the size were unlimited (again, not including the final '\0').
The snprintf function will fill at most System.Text.StringBuilder.Capacity characters of the input buffer with the string message.
Namespace: Mono.Unix.Native
Assembly: Mono.Posix (in Mono.Posix.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0