IDebugConvert.SByteToString(SByte, Int32) Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
System::String ^ SByteToString(System::SByte value, int radix);
C#
public string SByteToString (sbyte value, int radix);
abstract member SByteToString : sbyte * int -> string
Public Function SByteToString (value As SByte, radix As Integer) As String
- value
- SByte
The value to convert.
- radix
- Int32
The base of the return value. The base must be 2, 8, 10, or 16.
The string representation of value
in base radix
.
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Zpětná vazba k produktu .NET
.NET je open source projekt. Vyberte odkaz pro poskytnutí zpětné vazby: