Search
 
SCRIPT & CODE EXAMPLE
 

CSHARP

c# check if character is lowercase

char a = char.Parse(Console.ReadLine());
            if (Char.IsLower(a))
            {
                Console.WriteLine("lower-case");
            }
            else
            {
                Console.WriteLine("upper-case");
            }
Comment

PREVIOUS NEXT
Code Example
Csharp :: c# convert list to string and back 
Csharp :: strinng.indexOf c# 
Csharp :: copy-the-entire-contents-of-a-directory-in-c-sharp 
Csharp :: convert json date to datetime c# 
Csharp :: elasticsearch nested aggregation in c# 
Csharp :: c# convert bitmap to image 
Csharp :: datetimeoffset to datetime 
Csharp :: c# linq join mutiple 
Csharp :: instantiate object inside of object Unity 
Csharp :: csv to xml using xmldocument c# 
Csharp :: matrix transpose c# 
Csharp :: delete all fields that start with mongo 
Csharp :: assert throw 
Csharp :: what dotnet command does 
Csharp :: round image unity 
Csharp :: error cs1585 unity 
Csharp :: How to remove an element from Array List in C#? 
Csharp :: if session is not active then redirect to login page mvc.net 
Csharp :: index list c# 
Csharp :: Calculate relative time in C# 
Csharp :: List of border roleplays roblox 
Csharp :: project camera view to texture 
Csharp :: c# how to disable a event 
Csharp :: unity time.fixeddeltatime 
Csharp :: C# EDSDK control lens 
Csharp :: c# generate random date of birth but over 18 
Csharp :: csgo crashes at retrieving game data 
Csharp :: c# propertyinfo indexof 
Csharp :: ${1##*[! ]} 
Csharp :: Expression And Filter 
ADD CONTENT
Topic
Content
Source link
Name
5+5 =