IntAsStringWithFormat function

Warning

This documentation refers to the Classic QDK, which has been replaced by the Modern QDK.

Please see https://aka.ms/qdk.api for the API documentation for the Modern QDK.

Namespace: Microsoft.Quantum.Convert

Package: Microsoft.Quantum.QSharp.Foundation

Warning

IntAsStringWithFormat has been deprecated.

Converts a given integer number to an equivalent string representation, using the given format.

function IntAsStringWithFormat (a : Int, fmt : String) : String

Input

a : Int

fmt : String

Output : String

Remarks

See C# Int64.ToString for more details.