Stories recently tagged with 'string'

C# Numeric String Conversion Part 2(blackwasp.co.uk)

submitted by BlackWaspBlackWasp(4212) 5 years, 6 months ago

The nineteenth part of the C# Fundamentals tutorial continues the examination of conversion between string data and numeric data. This article considers the reverse of the previous part, this time transforming numeric data into formatted strings. read more...

add a comment |category: |Views: 12

tags: another

C# Numeric String Conversion Part 1(blackwasp.co.uk)

submitted by BlackWaspBlackWasp(4212) 5 years, 6 months ago

The eighteenth part of the C# Fundamentals tutorial brings together the native data types discussed so far. This article describes how to convert string values to numeric types. This is essential when allowing free-form user input of numeric data. read more...

add a comment |category: |Views: 6

tags: another

Charlie Calvert's Community Blog : Optimizing C# String Performance(blogs.msdn.com)

submitted by edburdoedburdo(1350) 5 years, 7 months ago

Some good tips. Some are common sense, some are optimization methods. read more...

add a comment |category: |Views: 26

tags: another