n!T!n Learns 2 Kode...!!

Nitin Dhiman. Powered by Blogger.

Recent Posts

alt key codes

No comments
Symbol Number ☺ 1 ☻ 2 ♥ 3 ♦ 4 ♣ 5 ♠ 6 • 7 ◘ 8 ○ 9 ◙ 10 ♂ 11 ♀ 12 ♪ 13...Read more

Dummy Credit Card Numbers for Testing

No comments
Here is a list of dummy credit card number that can be used while testing your applications involving credit card transactions: Visa: 4111-1111-1111-1111 MasterCard: 5431-1111-1111-1111 Amex: 341-1111-1111-1111 Discover: 6011-6011-6011-66...Read more

No comments
Custom Numeric Format Strings Output Examples The following table illustrates the output created by applying some custom numeric format strings to specific data types and values. The output was generated using the ToString method and the English-United States (en-US) culture. ...Read more

Section Separators and Conditional Formatting

No comments
Section Separators and Conditional Formatting Different formatting can be applied to a string based on whether the value is positive,negative, or zero. To produce this behavior, a custom format string can containup to three sections separated by semicolons. These sections are described in thefollowing...Read more

.NET Custom Number Format Strings

No comments
.NET Custom Number Format Strings Specifier Name Description 0Zero placeholderIf the value being formatted has a digit in the position where the '0' appears in the format string, then that digit is copied...Read more

Examples

No comments
Format String Data type Value Output CDouble12345.6789$12,345.68DInt321234512345D8Int321234500012345EDouble12345.67891.234568E+004E10Double12345.67891.2345678900E+004EDouble12345.67891.2346e+004 ...Read more

.NET Standard Number Format Strings

No comments
.NET Standard Number Format Strings Specifier Name Description C or cCurrencyThe number is converted to a string that represents a currency amount. The conversion is controlled by the currency...Read more