By tag: conversion
0
kicks
HtmlTextWriter to String in Asp.net C#
Convert HTMLTextWriter output to string usinf StringBuilder & StringWriter class
0
kicks
Client coordinates and Screen coordinates
The .NET Framework can provide the mouse coordinates using the client coordinates system or the screen coordinates system. In some mouse-based scenarios we need exactly to know which coordinates system is used in order to use the correct offset.
0
kicks
Custom Type Conversion
Blog post shows how to create Explicit and Implicit conversion (*not casting*) between two different classes.
0
kicks
C# Numeric String Conversion Part 2
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.
0
kicks
C# Numeric String Conversion Part 1
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.