Search
 
SCRIPT & CODE EXAMPLE
 

CSHARP

c# function to validate decimal upto p(25,2)

RegularExpressionAttribute.

[RegularExpression(@"^(0|-?d{0,16}(.d{0,2})?)$")]
public decimal Property
{
    get;
    set;
}
Comment

PREVIOUS NEXT
Code Example
Csharp :: mailkit send email c# 
Csharp :: c# toggle 
Csharp :: overloading constructors c# 
Csharp :: generate poco from db efcore 
Csharp :: != in f# 
Csharp :: Custom Encrypted String Type 
Csharp :: aps.net core mvc chek box 
Csharp :: How to add a button to a column in the DataGridView 
Csharp :: lista generica como parametro de un metodo en c# 
Csharp :: fluent api c# hasmany withmany 
Csharp :: c# propertyinfo indexof 
Csharp :: how to configure asp.net core on ionon 1&1 hosting 
Csharp :: how to make a c# encrypt and decrypt string cmd 
Csharp :: convert iqueryable to list c# 
Csharp :: where are the viwes in .net core publish 
Csharp :: Difference between IHostingEnvironment and IWebHostEnvironment ? 
Csharp :: Count Possible Decodings 
Csharp :: mental retardation 
Csharp :: what error code i should return in asp.net core whether user name or password are incorrect 
Csharp :: closedxm Iworksheet excel formulal 
Csharp :: convert console app to linux 
Csharp :: list of countries in .net mvc 5 
Csharp :: wpf onpropertychanged not working 
Csharp :: c# string replace multiple matches with one charactar 
Csharp :: Diplay player final score in new scene in unity 
Csharp :: Computing a Cartesian product or Combinations with LINQ 
Csharp :: c# words return first 20 items of array 
Csharp :: check for held hey unity 
Csharp :: unity button hover 
Csharp :: unity create 
ADD CONTENT
Topic
Content
Source link
Name
8+8 =