DevExpress/DX_WPF

[DX_WPF] Mask

딸기우유중독 2025. 2. 20. 09:37

 

 

 

Xaml Control 

F4 키

 

 

 

 

 

Floating Point

scientific notation

 

https://learn.microsoft.com/en-us/dotnet/standard/base-types/standard-numeric-format-strings?redirectedfrom=MSDN#EFormatString

 

Standard numeric format strings - .NET

In this article, learn to use standard numeric format strings to format common numeric types into text representations in .NET.

learn.microsoft.com

 

https://support.functionbay.com/ko/faq/single/450/single-double-precision-kor

 

Single precision (float)과 Double precision의 차이점은 무엇인가요?

 

support.functionbay.com

 

https://converthere.com/numbers/3.402823466e+38-written-out

 

3.402823466e+38 Written Out in Numbers - ConvertHere.com

3.402823466e+38 Written Out in Numbers 3.402823466e+38 is a scientific notation used in mathematics, physics, chemistry, astronomy and other sciences to handle either very large or very small numbers. With scientific notation adding, subtracting, multiplyi

converthere.com

 

https://learn.microsoft.com/ko-kr/cpp/c-language/limits-on-floating-point-constants?view=msvc-170

 

부동 소수점 상수에 대한 제한

자세한 정보: 부동 소수점 상수에 대한 제한

learn.microsoft.com

 

 

 

 


 

 

https://docs.devexpress.com/WPF/6945/controls-and-libraries/data-editors/common-features/masked-input?utm_source=SupportCenter&utm_medium=website&utm_campaign=docs-feedback&utm_content=T886996

 

Masked Input | WPF Controls | DevExpress Documentation

Most text editors (TextEdit descendants) shipped with the WPF Data Editors Library allow you to use masks during editing. Masks provide restricted data input and formatted data output. Using masks in editors is useful when an entered string needs to match

docs.devexpress.com

 

 

https://docs.devexpress.com/WindowsForms/DevExpress.XtraEditors.Repository.RepositoryItemTextEdit.MaskSettings

 

RepositoryItemTextEdit.MaskSettings Property | WinForms Controls | DevExpress Documentation

RepositoryItemTextEdit.MaskSettings Property Provides access to settings that allow you to create input masks. Namespace: DevExpress.XtraEditors.Repository Assembly: DevExpress.XtraEditors.v24.2.dll NuGet Package: DevExpress.Win.Navigation Declaration C# V

docs.devexpress.com

 

https://dlsenfl.tistory.com/entry/C-%EC%A0%95%EA%B7%9C%EC%8B%9D-Regex

 

[C#] 정규식, Regex

EX) SINT (-12[0-8]|-1[01][0-9]|-[1-9][0-9]?|0|[1-9][0-9]?|1[01][0-9]|12[0-7]) # 해석-120~128 or -100~109, -110~-119 or -1~-9, -10 ~ -99 or 0 or 1~9, 10 ~ 99 or 100~119 or 120~127  EX)TextEdit  SpinEdit     https://jeongwoo.tistory.com/82 [Regex

dlsenfl.tistory.com

 

 

728x90